3.2.33 \(\int (d+e x^2)^{3/2} (a+b \text {csch}^{-1}(c x)) \, dx\) [133]

Optimal. Leaf size=23 \[ \text {Int}\left (\left (d+e x^2\right )^{3/2} \left (a+b \text {csch}^{-1}(c x)\right ),x\right ) \]

[Out]

Unintegrable((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \left (d+e x^2\right )^{3/2} \left (a+b \text {csch}^{-1}(c x)\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(d + e*x^2)^(3/2)*(a + b*ArcCsch[c*x]),x]

[Out]

Defer[Int][(d + e*x^2)^(3/2)*(a + b*ArcCsch[c*x]), x]

Rubi steps

\begin {align*} \int \left (d+e x^2\right )^{3/2} \left (a+b \text {csch}^{-1}(c x)\right ) \, dx &=\int \left (d+e x^2\right )^{3/2} \left (a+b \text {csch}^{-1}(c x)\right ) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.13, size = 0, normalized size = 0.00 \begin {gather*} \int \left (d+e x^2\right )^{3/2} \left (a+b \text {csch}^{-1}(c x)\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(d + e*x^2)^(3/2)*(a + b*ArcCsch[c*x]),x]

[Out]

Integrate[(d + e*x^2)^(3/2)*(a + b*ArcCsch[c*x]), x]

________________________________________________________________________________________

Maple [A]
time = 0.13, size = 0, normalized size = 0.00 \[\int \left (e \,x^{2}+d \right )^{\frac {3}{2}} \left (a +b \,\mathrm {arccsch}\left (c x \right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x)

[Out]

int((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x, algorithm="maxima")

[Out]

1/8*(3*d^2*arcsinh(x*e^(1/2)/sqrt(d))*e^(-1/2) + 2*(x^2*e + d)^(3/2)*x + 3*sqrt(x^2*e + d)*d*x)*a + b*integrat
e((x^2*e + d)^(3/2)*log(sqrt(1/(c^2*x^2) + 1) + 1/(c*x)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x, algorithm="fricas")

[Out]

integral((a*x^2*e + a*d + (b*x^2*e + b*d)*arccsch(c*x))*sqrt(x^2*e + d), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \operatorname {acsch}{\left (c x \right )}\right ) \left (d + e x^{2}\right )^{\frac {3}{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x**2+d)**(3/2)*(a+b*acsch(c*x)),x)

[Out]

Integral((a + b*acsch(c*x))*(d + e*x**2)**(3/2), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x^2+d)^(3/2)*(a+b*arccsch(c*x)),x, algorithm="giac")

[Out]

integrate((e*x^2 + d)^(3/2)*(b*arccsch(c*x) + a), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int {\left (e\,x^2+d\right )}^{3/2}\,\left (a+b\,\mathrm {asinh}\left (\frac {1}{c\,x}\right )\right ) \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x^2)^(3/2)*(a + b*asinh(1/(c*x))),x)

[Out]

int((d + e*x^2)^(3/2)*(a + b*asinh(1/(c*x))), x)

________________________________________________________________________________________